home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
funcom 2000 Presskit
/
000721_1312 (fun.com).iso
/
lyd.cst
/
00033_Script_show kamera
< prev
next >
Wrap
Text File
|
2000-04-18
|
363b
|
19 lines
on mouseWithin me
set the loch of sprite 20 to the loch of sprite (the spriteNum of me)-20
set the visible of sprite 20 to 1
end
on mouseLeave me
set the visible of sprite 20 to 0
end
on mouseDown me
set the blend of sprite 20 to 30
end
on mouseUp
global film
set the blend of sprite 20 to 10
go to frame 10 of movie (film)
end